From: Alessio Treglia Date: Wed, 16 Jan 2013 16:34:45 +0000 (+0000) Subject: Overwriting include/gpac/version.h is no longer needed as buildsystem works now. X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~172 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ec27d2a1507e6f7f785707eb434e7b7eacd0c5d2;p=gpac.git Overwriting include/gpac/version.h is no longer needed as buildsystem works now. Upstream's buildsystem has been fixed so there is no need to overwrite include/gpac/version.h anymore. --- diff --git a/debian/rules b/debian/rules index 83a1c38..a23a439 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,6 @@ override_dh_auto_configure: --enable-debug \ --disable-ssl \ $(DEB_EXTRA_CONFIGURE_FLAGS) - echo "#define GPAC_SVN_REVISION \"\"" >include/gpac/version.h override_dh_auto_install: $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr \